home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Fiszkowe programy do nauki / Teach2000 8.19 / teach819.exe / {app} / Teach2000.exe / 0 / RCDATA / TFRMOPENADDITIONALFILE / TFRMOPENADDITIONALFILE.txt
Text File  |  2007-07-13  |  2KB  |  118 lines

  1. object frmOpenAdditionalFile: TfrmOpenAdditionalFile
  2.   Left = 350
  3.   Top = 229
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 201
  7.   ClientWidth = 346
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poOwnerFormCenter
  12.   DesignSize = (
  13.     346
  14.     201)
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblFindFile: TTntLabel
  18.     Left = 16
  19.     Top = 24
  20.     Width = 46
  21.     Height = 13
  22.     Caption = 'lblFindFile'
  23.   end
  24.   object lblFilename: TTntLabel
  25.     Left = 16
  26.     Top = 48
  27.     Width = 8
  28.     Height = 13
  29.     Caption = '--'
  30.   end
  31.   object sbBrowse: TTntSpeedButton
  32.     Left = 16
  33.     Top = 80
  34.     Width = 23
  35.     Height = 22
  36.     Flat = True
  37.     NumGlyphs = 2
  38.     ParentShowHint = False
  39.     ShowHint = True
  40.     OnClick = sbBrowseClick
  41.   end
  42.   object sbClear: TTntSpeedButton
  43.     Left = 40
  44.     Top = 80
  45.     Width = 23
  46.     Height = 22
  47.     Enabled = False
  48.     Flat = True
  49.     NumGlyphs = 2
  50.     ParentShowHint = False
  51.     ShowHint = True
  52.     OnClick = sbClearClick
  53.   end
  54.   object sbPreview: TTntSpeedButton
  55.     Left = 64
  56.     Top = 80
  57.     Width = 23
  58.     Height = 22
  59.     Enabled = False
  60.     Flat = True
  61.     NumGlyphs = 2
  62.     ParentShowHint = False
  63.     ShowHint = True
  64.     OnClick = sbPreviewClick
  65.   end
  66.   object sbRecordSoundFile: TTntSpeedButton
  67.     Left = 16
  68.     Top = 104
  69.     Width = 23
  70.     Height = 22
  71.     Flat = True
  72.     NumGlyphs = 2
  73.     ParentShowHint = False
  74.     ShowHint = True
  75.     OnClick = sbRecordSoundFileClick
  76.   end
  77.   object btnOK: TTntButton
  78.     Left = 174
  79.     Top = 158
  80.     Width = 75
  81.     Height = 25
  82.     Anchors = [akRight, akBottom]
  83.     Default = True
  84.     ModalResult = 1
  85.     TabOrder = 0
  86.   end
  87.   object btnCancel: TTntButton
  88.     Left = 254
  89.     Top = 158
  90.     Width = 75
  91.     Height = 25
  92.     Anchors = [akRight, akBottom]
  93.     Cancel = True
  94.     ModalResult = 2
  95.     TabOrder = 1
  96.   end
  97.   object cbConvertToRelativePath: TTntCheckBox
  98.     Left = 16
  99.     Top = 134
  100.     Width = 313
  101.     Height = 17
  102.     Anchors = [akLeft, akTop, akRight]
  103.     TabOrder = 2
  104.     OnClick = cbConvertToRelativePathClick
  105.   end
  106.   object dlgOpen: TTntOpenDialog
  107.     DefaultExt = 'wav'
  108.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  109.     Left = 168
  110.     Top = 56
  111.   end
  112.   object dlgOpenPicture: TTntOpenPictureDialog
  113.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  114.     Left = 136
  115.     Top = 56
  116.   end
  117. end
  118.